home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00050.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  245 b   |  12 lines

  1. on exitFrame
  2.   global md1
  3.   if the movieTime of sprite 6 > md1 then
  4.     set the movieRate of sprite 6 to -1
  5.   end if
  6.   if the movieTime of sprite 6 < 1 then
  7.     set the movieRate of sprite 6 to 1
  8.   end if
  9.   go(marker(0) + 1)
  10.   NaviSpecial()
  11. end
  12.